projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6daa695
)
* doc/misc/cl.texi (Macro Bindings): Add a detail
author
Michael Heerdegen
<michael_heerdegen@web.de>
Thu, 23 May 2019 01:33:04 +0000
(
03:33
+0200)
committer
Michael Heerdegen
<michael_heerdegen@web.de>
Tue, 28 May 2019 19:46:09 +0000
(21:46 +0200)
Say that calls of 'cl-macrolet' bound macros are expanded in the
global environment.
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index eb06791ba90eebce50726f9ab6a3ed54d5986a88..ee73c65b789531a636c3e06ce9355f95e8b44926 100644
(file)
--- a/
doc/misc/cl.texi
+++ b/
doc/misc/cl.texi
@@
-1359,7
+1359,8
@@
Because of the nature of macros, @code{cl-macrolet} is always lexically
scoped. The @code{cl-macrolet} binding will
affect only calls that appear physically within the body
@var{forms}, possibly after expansion of other macros in the
-body.
+body. Calls of @code{cl-macrolet} bound macros are expanded in the
+global environment.
@end defmac
@defmac cl-symbol-macrolet (bindings@dots{}) forms@dots{}